From: Juanma Barranquero Date: Tue, 4 May 2004 00:22:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22724 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb7da55a87a0e0c173cb64b3a43e547a7e94552c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c05df552aa5..5dc4c7cfaaf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,15 @@ 2004-05-04 Juanma Barranquero + * help-fns.el (help-argument-name): New face, inheriting from + font-lock-variable-name-face, to highlight function arguments in + `describe-function' and `describe-key'. + (help-do-arg-highlight): Auxiliary function to highlight a given + list of arguments in a string. + (help-highlight-arguments): Highlight the function arguments and + all uses of them in the docstring. + (describe-function-1): Use it. Do docstring output via `insert', + not 'princ', so text attributes are preserved. + * winner.el (winner-mode-map): Move winner-undo and winner-redo to C-c and C-c , respectively (the previous bindings conflict with prev-buffer, next-buffer).